@charset "utf-8";
/* CSS Document */
/*边栏导航*/
.sidebar_box{ width:1336px; margin:0 auto;}
.sidebar_box h1{ float:right; font-size:20px; color:#333; margin-right:20px;}
.sidebar_box ol li{ float:left; font-size:16px;}
.sidebar_box ol li a{ float:left; font-size:16px;  color: #ec052b;}
.sidebar_box ol{ float:right; margin-top:5px; margin-right:20px;}

/*公司介绍*/
.subnav{ width:1336px; margin:0 auto; padding-top:70px;}
.subnav h1,.subnav h2{ float:left;}
.subnav h1{ font-size:20px;}
.subnav h2{font-size:14px; padding-top:7px; padding-left:20px;}
.subnav img{ display:block; padding-top:20px;}
.wen_zi p{ width:900px; font-size:18px; padding-bottom:10px;}
.wen_zi{width:900px; margin:0 auto; margin-top:40px; margin-bottom:40px;}
.tu1{width:100%; position:relative;margin-left:auto;margin-right:auto;overflow:hidden;}
.tu1 ul{position:relative;left:50%; margin-left:-960px;}

/*品牌理念*/
.list{ width:1336px; margin:0 auto; margin-top:40px;}
.list li{ float:left; margin-right:184px;}
.fd{ margin-left:184px;}
.list h1{ width:200px; text-align:center; font-size:16px; padding-top:20px;}

/*公司环境*/
#banner{
			width:100%;/*宽 300像素*/
			height:600px;/*高*/
			position:absolute;
			padding-top:40px;
		}
		#banner .pic-bg{
			width:100%;
			height:600px;
			position:relative;/*参照物*/
		}
		#banner .pic-bg ul li{
			width:100%; 
			height:600px;
			position:absolute;/*绝对定位*/
			top:0;
			left:0;
			display:none;
		}
		#banner .sub_banner02{
			width:1260px;
			height:68px;
			position:absolute;/*绝对定位*/
			bottom:0px;
			left:0;
			right:0;
			margin:0 auto;
		}
		#banner .sub_banner02 ul li{
			width:120px;
			height:68px;
			list-style:none;
			float:left;
			margin:0 10px;/*上下 左右*/
			position:relative;/*参照物*/
		}
		
		#banner .sub_banner02 ul li .bg{
			width:120px;
			height:68px;
			background:rgba(0,0,0,0.5);
			position:absolute;/*绝对定位*/
			bottom:0px;
			left:0;
		}
		#banner .sub_banner02 ul li .border{
			width:116px;
			height:64px;
			border:2px solid #ff9900;
			position:absolute;/*绝对定位*/
			bottom:0px;
			left:0;
			display:none;
		}
		#banner .sub_banner02 ul li.on .bg{
			display:none;
		}
		#banner .sub_banner02 ul li.on .border{
			display:block;
		}
		/*页底没高度*/
		
		.footer_box{ margin-top:700px;}
		
		/*返回顶部*/
div.go-top {
    display: none;
    opacity: 0.6;
    z-index: 999999;
    position: fixed;
    bottom: 113px;
    left: 90%;
    margin-left: 40px;
    border: 1px solid #333;
    width: 38px;
    height: 38px;
    background-color: #d6d7dc;
    border-radius: 3px;
    cursor: pointer;
}

div.go-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.go-top div.arrow {
    position: absolute;
    left: 10px;
    top: -1px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #666;
}

div.go-top div.stick {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 8px;
    height: 14px;
    display: block;
    background-color: #666;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

@media( max-width:1336px){
    .wen_zi{width:600px;}
		.tu1{width:1336px;}
	#banner{width:1336px;}
}